Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gmail (major) Additional fixes and improvements #302

Draft
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

DavidDurman
Copy link
Member

No description provided.

@DavidDurman DavidDurman marked this pull request as ready for review January 14, 2025 15:59
Copy link
Contributor

@vtalas vtalas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also consider renaming gmail-commons.js to lib.js

},

getNewMessages(latestMessageId, messages) {
getNewMessages(latestMessageInternalDate, messages) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getNewMessages is not used


// Fetch attachments from emails.
const output = [];
await Promise.map(emails, async (email) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"message": "Promise.map is not a function"

image

},

getNewMessages(latestMessageId, messages) {
getNewMessages(latestMessageInternalDate, messages) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getNewMessages is not used anywhere

@@ -32,40 +31,27 @@
"type": "string"
}
},
"required": ["messageId", "attachmentId", "fileName"]
"required": ["messageId", "attachmentId"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fileName is not reuquired, however flow throws the missing file name param if it's not provided
image

@vtalas vtalas marked this pull request as draft January 24, 2025 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants